home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE2
/
FASTERPC
/
DRIVE_C
/
FPC_UTIL
/
MUSIC
/
ANTHEM.BAS
next >
Wrap
BASIC Source File
|
1979-12-31
|
831b
|
24 lines
REM The National Anthem to show off !FasterPC's sound capabilities
REM arranged in a fashion for a one note speaker by D.Lawrence
REM This program was compiled using Borland's Turbo Basic
REM It also runs unchanged using Microsoft's QuickBasic supplied
REM with DOS 5.0 Try modifying the 'T180' to other values to vary
REM the speed of the arpeggios.
REM Run this using Acorn's !PCem to hear some strange notes!
REM Display title
PRINT "The British National Anthem"
REM Set tempo and choose hemidemisemiquavers as default
PLAY "T180L16"
REM Play each bar of the first phrase
PLAY "O3 G D <B G >G E <B E >A E C <C"
PLAY "O3 F# D <A D A D >G <E >A D <A F#"
PLAY "O3 B G D <G >B G E <E O4 C <A C <C"
PLAY "O3 B G D <D B D >A <E- >G E <B E"
PLAY "O3 A E C <C >G D <B D >F# D <A <D"
PLAY "O3 G D <B G L4 <G"